'Declaration Public Overloads Shared Function CreateFixup<TTargetThe type of the target.>( _
ByVal fixupCommandThe command to create fixup.As Trigger(Of TTarget), _
ByVal triggerTrigger to get fixup condition.As IProcessingCommand(Of TTarget) _
) As ProcessingCommand(Of TTarget) (Of TTargetThe type of the target.)
public static ProcessingCommand<TTarget> CreateFixup<TTarget>(
Trigger<TTarget> fixupCommand,
IProcessingCommand<TTarget> trigger
)
public: static ProcessingCommand<TTarget*>* CreateFixup<TTarget>(
Trigger<TTarget*>* fixupCommand,
IProcessingCommand<TTarget*>* trigger
)
generic<typename TTarget> public:
static ProcessingCommand<TTarget^>^ CreateFixup(
Trigger<TTarget^>^ fixupCommand,
IProcessingCommand<TTarget^>^ trigger
)
Parameters
- fixupCommand
- The command to create fixup.
- trigger
- Trigger to get fixup condition.
Type Parameters
- TTarget
- The type of the target.
Return Value
Fixup for the trigger.